|
Microscopic Traffic Simulator
|
Manages GPS records for cellular topology. More...
Classes | |
| struct | LocationAndDirection |
| Represents tuple containing location and normalized direction vector. More... | |
| struct | Record |
| Structure representing car's location in time. More... | |
Properties | |
| ReadOnlyDictionary< int, LocationAndDirection > | CarPreviousGPSInputLocations [get] |
| Dictionary mapping hash code of a recorded car to its location in previous simulation step. More... | |
| ReadOnlyDictionary< int, LocationAndDirection > | CarCurrentGPSInputLocations [get] |
| Dictionary mapping hash code of a recorded car to its location in current simulation step. More... | |
Manages GPS records for cellular topology.
Definition at line 15 of file GPSRecordsManager.cs.
|
get |
Dictionary mapping hash code of a recorded car to its location in current simulation step.
Definition at line 64 of file GPSRecordsManager.cs.
|
get |
Dictionary mapping hash code of a recorded car to its location in previous simulation step.
Definition at line 51 of file GPSRecordsManager.cs.